home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 Super EF2000 / BigMax nº 21 Super EF2000.iso / extras.dxr / 00045_Pause.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  237 b   |  16 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the currentSpriteNum to "Pausebaixo"
  11. end
  12.  
  13. on mouseUp me
  14.   set the member of sprite the currentSpriteNum to "Pausealto"
  15. end
  16.